'Declaration
<DispIdAttribute(16)> Function GetParagraphBottom( _ ByVal SegmentationResultID As String, _ ByVal ParagraphIdx As Integer _ ) As Integer
[DispId(16)] int GetParagraphBottom( string SegmentationResultID, int ParagraphIdx )
function GetParagraphBottom( SegmentationResultID: String; ParagraphIdx: Integer ): Integer;
DispIdAttribute(16) function GetParagraphBottom( SegmentationResultID : String, ParagraphIdx : int ) : int;
[DispId(16)] int GetParagraphBottom( string* SegmentationResultID, int ParagraphIdx )
[DispId(16)] int GetParagraphBottom( String^ SegmentationResultID, int ParagraphIdx )
Parameters
- SegmentationResultID
- ParagraphIdx